gsk/gskrendernodeimpl.c: Avoid VLAs
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 26 Dec 2016 04:40:36 +0000 (12:40 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 29 Dec 2016 09:41:59 +0000 (17:41 +0800)
commit1e084567f919fa902e70e944b0bebb02443d1d36
tree5e175dd6ca55f27d0dcda263085f886f8e5095d3
parente7f4863814735f20235782d550976e0173904796
gsk/gskrendernodeimpl.c: Avoid VLAs

Use g_newa() instead of VLAs, as VLAs may never be supported by some
compilers as it became optional in C11 and there are concerns about their
implementations in compilers that do support it.

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gsk/gskrendernodeimpl.c